Sprite Decoration
open class SpriteDecoration @JvmOverloads constructor(tex: TextureProvider, val w: Int = 16, val h: Int = 16) : SpriteDecorated
Implementation of a SpriteDecorated for rendering a TextureSet as a decoration
Author
fzzyhmstrs
Since
0.6.0
Parameters
Inheritors
Constructors
Link copied to clipboard
SpriteDecorated that uses one texture in all circumstances
Properties
Functions
Link copied to clipboard
Link copied to clipboard
TextureProvider this decoration will render from
Link copied to clipboard
TextureSet this decoration will render from